
Luna enhanced
Source (link to git-repo or to original if based on someone elses unmodified work):
Description:
This is the classic "Luna" plasmoid with a little modification: you can disable the background rendering. Specially recommended if you use one of the following luna.svgz image sources:
- http://www.kde-look.org/content/show.php/luna.svg?content=93779
- http://www.kde-look.org/content/show.php/luna.svgz+%28full+SVG+image%29?content=106013
- http://www.kde-look.org/content/show.php/Luna.svgz+Yellow+%28full+vector%29?content=106268
It includes the second one, but you can replace the file included by one of the other two and then compile.
To compile the plasmoid, you need kdelibs headers (>=4.2) installed. For example, if you uncompress the file in the home folder:
cd ~/luna/
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` ..
make
sudo make install Last changelog:
- http://www.kde-look.org/content/show.php/luna.svg?content=93779
- http://www.kde-look.org/content/show.php/luna.svgz+%28full+SVG+image%29?content=106013
- http://www.kde-look.org/content/show.php/Luna.svgz+Yellow+%28full+vector%29?content=106268
It includes the second one, but you can replace the file included by one of the other two and then compile.
To compile the plasmoid, you need kdelibs headers (>=4.2) installed. For example, if you uncompress the file in the home folder:
cd ~/luna/
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` ..
make
sudo make install
1.90-1: little bugfix (loads own SVG instead of KDE's).
1.90: name change (maybe a little pretentious, suggestions?) to avoid overwriting and conflict with original Luna plasmoid. I hope to have time to add little improvements. Artwork updated & fixed.
1.0: initial release.
Ratings & Comments
0 Comments